@charset "utf-8";
/* CSS Document */
html, body{
	margin:0px;
	padding:0px !important;
}

html {
    max-width:1600px;
    margin:auto;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img{
	max-width:100% !important;
}

body {
  font-family: 'Spectral', Verdana, Geneva, 'sans-serif';
  background-color: #fff;
  color: #3d3d3d;
}

h1 {
    font-weight:lighter;
}

h1, p {
  margin: 0 0 1em 0;
}

/* no grid support? */
.sidebar {
  float: left;
  width: 19.1489%;
}

.content {
  float: right;
  width: 79.7872%;
}

/* make a grid */
.wrapper {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
}

.wrapper > * {
  /* needed for the floated layout*/
  margin-bottom: 10px;
}

.header, .footer, .content-full {
  grid-column: 1 / -1;
  height:max-content;
  /* needed for the floated layout */
  clear: both;
}

a:visited {
    color: darkslategray;
}

.header{
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
	font-size:30px;
	margin:4% 0;
	letter-spacing:1.5px;
	/*background-image: url(../img/headerimg.jpg);
	background-position: center;
	background-size: cover; */
}

.header span{
    font-size: 34px;
}



.content-full{
	position:relative;
}

/* begin navigation */
#toggleNav {
	display: none;
	/*background:#bf2036;*/
	width: 0%;
	height: 0%;
}

#toggleNav a{
	color:black;
	font-size:20px;
}

#toggleNav img {
    width:65px;
    background:white;
    padding:15px;
    border-radius:20px;
}

#nav {
	z-index:1;
	position:relative;
	height:35px;
	display:flex;
	align-items:center;
	justify-content:center;
}

#nav > a{
	display: none;
}

#nav li{
	position: relative;
	list-style-position:inside;
	list-style-type:none;
}
#nav li a{
	color: black;
	display: block;
	text-decoration:none;
	transition:all .3s ease-in-out;
}
#nav li a:after {
    content:"";
    width:0;
    display:block;
    height:1px;
    background:black;
    margin:0 auto 4px;
    margin-top:-15px;
    transition:all .3s ease-in-out;
}
#nav li a:hover {
    opacity:0.5;
}
#nav li a:hover:after {
    width:75%;
}

/* first level */

#nav > ul{
	text-align:center;
	padding-left:0px !important;
	margin-left:0px !important;
	display:flex;
	align-items:center;
}
#nav > ul > li{
	margin:0px 15px;
	height: 100%;
	display:inline-block;
	font-size:20px;
}
#nav > ul > li > a{
	height: 100%;
	text-align: center;
}
#nav > ul > li:not( :last-child ) > a{
	
}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a{
	
}

	/* second level */

#nav li ul{
	background-color:#ccc;
	display: none;
	position: absolute;
	top: 100%;
	margin-left:0 !important;
	padding-left:0 !important;
	width:fit-content;
	text-align:left;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#nav li:hover ul{
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul{
	left: -1px;
}
#nav li ul a{
	color:#000;
	padding: 0.75em; /* 15 (20) */
}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a{}
/* end navigation */

.text{
    width:76%;
    margin:0 auto;
    max-width:1000px;
    font-size:20px;
}

.text h1{
    text-transform: uppercase;
}

.three-row-grid {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:2.5%;
}

.three-row-grid2 {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:2.5%;
}

a {
    color:darkslategray;
}

.three-row-grid a {
    text-align:center;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    color:inherit;
}

.footer{
    bottom:0;
    width:100%;
	text-align:center;
	font-family: 'Raleway', 'Open Sans', Verdana, Geneva, 'sans-serif';
	text-transform:uppercase;
	padding-top:6%;
}

.footer-nav, #nav {
	font-weight:300;
	line-height:50px;
}

#nav {
    padding-top:2.5%;
}

.footer-nav {
    padding-bottom:2%;
}

.footer-nav a, #nav a{
	font-size:20px;
	color:#373636;
	padding:4px 6px;
	text-decoration:none;
}

#nav a {
    margin:0 17.5px;
    font-family:'Raleway', 'Open Sans', Verdana, Geneva, 'sans-serif';
    text-transform:uppercase;
}

.footer-nav a {
    margin:0px 30px;
}

.ig {
    transform:translateX(-2em);
    padding-bottom:35px;
    float:right;
}

.tw {
    transform: translateX(-2em);
    padding-bottom: 35px;
    float: right;
    padding-left: 10px;
}

.credit {
    transform:translateX(2em);
    padding-bottom:35px;
    float:left;
    position:absolute;
}

.center{
    text-align:center !important;
    
}

#media-4 {

}

@media only screen and (max-width:950px) {
    .ig img {
        transform:none;
    }
    
    .tw img {
        transform: none;
    }
}

@media only screen and (max-width:700px) {
    /* Begin Navigation */
    /* -------------------- Start Navigation -------------------- */
	#toggleNav{
		position:fixed;
		width:95%;
		height:3%;
		display:flex;
		margin-top:2%;
		z-index:2;
		justify-content:flex-end;
		left:2%;
	}
	
	#nav{
        position: fixed;
        display:none;
        margin:auto;
        right:30%;
        width:40%;
        height:200px;
        top:25px;
        background:#ddd;
    }
    
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type{
		display: block;
		width:100%;
		text-align:center;
		color:#000;
		text-decoration:none;
		font-size:20px;
		padding:5px 0px;
	}
	
	#nav a{
		font-size:18px;	
	}
 
    /* first level */
 
    #nav > ul{
        position: absolute;
        left: 0;
        right: 0;
        height:200px;
		background-color:inherit;
		/*margin-top:25px !important;*/
		padding-bottom:10px;
		flex-direction:column;
		border-radius:10px;
    }
    #nav > ul > p {
        display:none;
    }
	#nav:target > ul{
		display: block;
	}
	#nav > ul > li{
		width: 100%;
		float: none;
		margin:0px !important;
		padding:4px 0px !important;
	}
	#nav > ul > li > a {
	    width:100%;
	    color:black;
	}

    /* second level */
 
    #nav li ul{
        position: static;
		width:98%;
		margin:0 !important;
		text-align:center;
		padding:0 !important;
		flex-direction:column;
    }
	#nav li ul a{
		padding:0;
		margin:0.25em 0;
	}
	/*End Navigation*/
	
	.three-row-grid {
	    grid-template-columns: 1fr;
	    height:7000px;
	}
	
	#media-1 {
	    height:8500px;
	}
	
	#media-3 {
	    height:2000px;
	}
	
	#media-3 a {
	    height:500px;
	}
	
	#media-4 {
	    height: 15000px;
	}
	
	
.three-row-grid2 {
    display:grid;
    grid-template-columns:1fr;
    grid-gap:50px;
    
}
}