@font-face {
    font-family: gobold;
    src: url(fonts/Gobold-Regular.ttf);
}

@font-face {
    font-family: gobold-thin;
    src: url(fonts/Gobold-Thin.ttf);
}

body{
	background-color:#EEEEEE;
	color:#303030;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:1px;
	font-weight:100;
}

p{
	font-size:20px;
}

.test-style{
	font-size:100px;
	text-align:center;

}

.fullpage-wrap{
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.fullpage-wrap-inner{
	display: table-cell;
	vertical-align:middle;
	height:100%;

}


.body-text{
	text-align:justify;
	margin-bottom:20px;
}

.body-text-dark{
	color:#eeeeee;
}

.nav-left{
	float:left;
}

.nav-right{
	float:right;
}

.large{
	color:#FAFAFA;
	background:#303030;
	border:2px solid #303030;
	border-radius:35px;
	padding:9px 10px 10px 13px;
	height:40px;
	width:40px;
}

.large:hover{
	color:#303030;
	background:#FAFAFA
}

.navdot{
	border:1px solid #303030;
	height:10px;
	width:10px;
	border-radius:10px;
	background-color:#FAFAFA;
	float:left;
	margin:21px 10px;
}

.navdot-active{
	border:1px solid #FAFAFA;
	height:10px;
	width:10px;
	border-radius:10px;
	background-color:#303030;
	float:left;
	margin:21px 10px;
}

.navdot:hover{
	background-color:#303030;
}

.navdot-active:hover{
	background-color:#303030;
}

.navdot:active{
	text-decoration:none;
}

.navdot-container{
	float:left;
	margin:0px 113px;
}

.ficon{
	margin-right:10px;
}


.nav-container{
	margin:0px auto;
	width:400px;
}

#map-canvas {
        width: 500px;
        height: 400px;
        background-color: #CCC;
        margin-bottom:40px;
        }
        
.navbar{
	background-color:#FFFFFF;
	border:none;
	font-family:gobold-thin;
    letter-spacing:1px;
	text-transform:uppercase;
	height:100px;
	font-size:21px
}

.navbar-nav{
	margin:40px 0px 40px 40px;
}

.navbar-default .navbar-nav>li{
	margin:0px 0px 0px 15px;
}

.navbar-default .navbar-nav>li>a{
	color:#303030;
	height:40px;
	padding:0px;
	margin:0 10px;
	background:white;	
}

.navbar-default .navbar-nav>li>a:hover{

	background-color:#FAFAFA;
	color:#303030;
	border-bottom:2px solid black;
}

.navbar-default .navbar-nav>.active>a{
	border:none;
	background-color:#FAFAFA;
	color:#303030;
	border-bottom:2px solid black;
}
.navbar-default .navbar-nav>.active>a:hover{
	border:none;
	background-color:#FAFAFA;
	color:#303030;
	border-bottom:2px solid black;
}

.nav-logo{
	width:50px;
}

.navbar-brand{
	padding:25px;
}

.btn-default{
	color: #303030;
    background-color: #FAFAFA;
    border: none;
    border-radius: 0px;
    font-family: gobold-thin;
    letter-spacing:1px;
    padding: 15px 30px;
    font-size: 15px;
    border: 2px solid #303030;
    text-transform:uppercase;
}

.btn-default:hover{
	color: #FAFAFA;
    background-color: #303030;
    border: 2px solid #303030;

}

.header{
	font-family:gobold-thin;
	text-transform:uppercase;
	color:#303030;
	font-size:23px;
}

.rm-form{
	border:1px solid #303030;
	border-radius:0px;
	letter-spacing:1px;
	font-size:20px;
	color:#303030;
}

.rm-form:active{
	border:1px solid #303030;
	border-radius:0px;
}

.form-control{
	border:1px solid #303030;
	border-radius:0px;
}

.form-control:active{
	border:1px solid #303030;
	border-radius:0px;
}

video#bgvid {
position: fixed;
top: 60%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: url(polina.jpg) no-repeat;
background-size: cover;
}

.rm-footer{
	height:100px;
	background:#FFFFFF;
	position:fixed;
	bottom:0px;
	z-index:100;
	width:100%;
	text-align:center;
	padding:40px;
}

.rm-footer-fp{
	position:fixed;
	bottom:0px;
	height:100px;
	background:#FFFFFF;
	z-index:100;
	width:100%;
	text-align:center;
	padding:40px;
}

.homepage-hover{
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	z-index:99;
	padding:100px 0px;
	color:rgba(0,0,0,0);
	background:url(images/logo-reardonmills-big-white.png) no-repeat;
	background-size:30%;
	background-position:center;
	-webkit-transition: color 1s, background 1s, background-color 1s,; /* Safari */
    transition: color 1s, background 1s, background-color 1s,;
}

.homepage-hover:hover{
	
	color:#FAFAFA;
	background:none;
	background-color: rgba(0, 0, 0, 0.7);
	background-size:30%;
	background-position:center;
	
}

.homepage-hover-text{
	font-size:3.2vw;
	padding:10% 10%;
}

.carousel-indicators{

	bottom:-150px;
	min-height:150px;
	text-align:left;
	position:absolute;
	left:0%;
	margin-left:32px;
	
}

.carousel-indicators li{
	height:11px;
	width:11px;
	background-color: #2d2d2d;
	border:2px solid #eeeeee;
	margin:0 10px;

}


.carousel-indicators .active{
	height:11px;
	width:11px;
	background-color:#eeeeee;
	margin:0 10px;
	border:2px solid #eeeeee;
}

.icons-container{
	filter: invert(100%);

}

.social-icons{
	margin-right:10px;
	width:30px;
	height:30px;
	-webkit-filter: invert(100%);
    filter: invert(100%);
}

.social-icons-contact{
	margin-right:10px;
	width:30px;
	height:30px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:none;
}

.navbar-default .navbar-toggle{
	margin-top:32px;
}


.vcenter{
	position:relative;
	top: 50%;

}

.carousel-min{
	min-height:400px;
	margin-top:70px;
}

.flexbox{
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.col-md-6{
	padding-left:40px;
	padding-right:40px;
}

.dark-col{
	background:#2d2d2d;
}


@media screen and (max-width: 990px) {
	.body-text-dark{
	color:#2d2d2d;
	}
	

	.social-icons{
	-webkit-filter: invert(0%);
    filter: invert(0%);

	}
	
	.carousel-indicators li{
	
	background-color: #eeeeee;
	border:2px solid #2d2d2d;
	}
	
	.carousel-indicators .active{
	
	background-color: #2d2d2d;
	border:2px solid #2d2d2d;
	}
	
}