@charset "UTF-8";

html {
	font-family: Filson Soft, serif;
}

html, body {
	margin: 0;
	width: 100%;
	background-color: #D8D6CD;
	
}

article {
	width: 100%;
	min-width: 320px;
}

header {
   margin-left: auto;
	margin-right: auto;
	background-color: #D8D6CD;
	margin-bottom: 5%;
	width: 100%;
	overflow: hidden;
}

#slides {
	width:70%;
	height: 365px;
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	overflow: hidden;
	
}

#slides img { 
	position: relative; 
	left:0; 
	top:0; 
	width: 100%;
	border-radius: 25px;
}


h4 {
	font-weight: 100%;
	font-size: 28px;
	margin: 0;
	padding: 8em 0 1em 0;
}

.btn_one {
	text-decoration: none;
	color: white;
	font-weight: 100;
	border: 1px #fbbc05 solid;
	padding: 1em 3 em;
	border-radius: 100px;
	position: relative;
}

.dropbtn div {
	height: 5px;
	background-color: #6E7566;
	margin: 6px 0;
	border-radius: 25px;
	transition: 0.5s;
}

.dropbtn {
	width: 40px;
	display: block;
	margin-left: 0.5em;
	margin-top: 0.5em;
}

.one {
	width: 30px;
}

.two {
	width: 20px;
}

.three {
	width: 25px;
}

.dropbtn:hover div {
	width: 35px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:active {
	position: relative;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #6E7566;
	font-weight: bold;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	margin-top: 0;
}

.dropdown-content a:hover {background-color: #6E7566;
color: #D8D6CD}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: transparent;}



.h1 {
	margin-top: 0.5em;
    width: 100%;
    text-align: center;
    font-family: impact;
	font-style: normal;
	font-size: 3em;
	color: #6E7566;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.03em;
	animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.container {
  width: 200px;
  height: 140px;
  position: relative;
  display: relative;
  justify-content: center;
  align-items: center;
}

.center {
  width: 87px;
  height: 10px;
  position: relative;
}

svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
	margin-left: 80%;
}

.btn:hover {
  transition: 1s ease-in-out;
  background: #6E7566;
}

.btn:hover svg {
  stroke-dashoffset: -480;
}

.btn span {
  color: #6E7566;
  font-size: 18px;
  font-weight: 100;
}

.btn:hover span {
	color: #D8D6CD;
}

#intro {
	width: 100%;
    padding-top: 15%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 0%;
    background-color: #6C6E6A;
}

h2 {
	margin-top: 1.4em;
    width: 100%;
    text-align: left;
    font-family: impact;
	font-style: normal;
	font-size: 2.6em;
	color: #D8D6CD;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.03em;
}

#slide-up {
  @include transition(.25s ease-in-out);
  @include textShadow(0 30px 0px transparent);
  color:rgba(0,0,0,.1);
  overflow:visible;
  &:hover {
    @include textShadow(0 0px 0px black);
  }
}


.btn2 {
	width: 180px;
  height: 60px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #6E7566;
  outline: none;
  transition: 1s ease-in-out;
	margin-left: 80%;
}

h3 {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
    width: 100%;
    text-align: left;
    font-family: Snell Roundhand;
	font-style: normal;
	font-size: 2.6em;
	color: #D8D6CD;
	letter-spacing: 0.03em;
}

h3.ts {
	transition: all 1.5s ease; 
}

h3.ts:hover {
	letter-spacing: .3em;
}

.container2 {
  width: 200px;
  height: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center2 {
  width: 200px;
  height: 170px;
  position: relative;
}

.btn2 {
	width: 180px;
  height: 60px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #D8D6CD;
  outline: none;
  transition: 1s ease-in-out;
	margin-left: 80%;
}

.btn2:hover {
  transition: 1s ease-in-out;
  background: #D8D6CD;
}

.btn2:hover svg {
  stroke-dashoffset: -480;
}

.btn2 span {
  color: #D8D6CD;
  font-size: 18px;
  font-weight: 100;
}

.btn2:hover span {
	color: #6C6E6A;
}

svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
	margin-left: 80%;
}

.left {
  width: 1px;
  height: 170px;
  position: relative;
	margin-right: 81%;
}

#portflio {
	width: 100%;
    padding-top: 8%;
    padding-left: 10%;
    padding-right: 8%;
	margin-bottom: -5%;
    background-color: #D8D6CD;
}

h5 {
	font-family: "Noto Serif Malayalam", serif;
  	font-optical-sizing: auto;
 	 font-style: normal;
	color: #6E7566;
	font-size: 2em;
}

h5.ts {
	transition: all 1.5s ease; 
}

h5.ts:hover {
	letter-spacing: .3em;
}

.portfoliobuttons {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
	position: relative;
}

.image {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.portfoliobuttons:hover .overlay {
  opacity: 1;
}

.comm380 {
  color: white;
  position: absolute;
  left: 19%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	margin-top: 20%;
	font-size: 2em;
}

.digital {
	color: white;
  position: absolute;
  left: 61%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	margin-top: 20%;
	font-size: 2em;
}

.moca {
	color: white;
  position: absolute;
  left: 19%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	margin-top: 67%;
	font-size: 2em;
}

.sll {
	color: white;
  position: absolute;
  left: 61%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	margin-top: 67%;
	font-size: 2em;
}

.crisis {
	color: white;
  position: absolute;
  left: 19%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	margin-top: 113%;
	font-size: 2em;
}

.prplan {
	color: white;
  position: absolute;
  left: 61%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	margin-top: 113%;
	font-size: 2em;
}

.greenbutton {
	background-color: none; 
    display: inline-block;
	float: left;
	width: 40%;
	margin-bottom: 5%;
}

.greybutton {
    display: inline-block;
	width: 40%;
	float: left;
	margin-bottom: 5%;

}

.greenbutton img {
		width: 95%;
		height: 90%;
	}
	
.greybutton img {
		width: 95%;
	height: 90%;
	}

.greenbutton:hover {background-color: none}

.greenbutton:active {
  background-color: none;
  transform: translateY(4px);
}

.greybutton:hover {background-color: none}

.greybutton:active {
  background-color: none;
  transform: translateY(4px);
}

.comm380 a:link {
	color: white;
	text-decoration: none;
	}

.digital a:link {
	color: white;
	text-decoration: none;
}

.moca a:link {
	color: white;
	text-decoration: none;
	}

.sll a:link {
	color: white;
	text-decoration: none;
	}

.crisis a:link {
	color: white;
	text-decoration: none;
	}

.prplan a:link {
	color: white;
	text-decoration: none;
	}

.comm380 a:visited {
	color: white;
  	background-color: transparent;
  	text-decoration: none;
}

.digital a:visited {
	color: white;
  	background-color: transparent;
  	text-decoration: none;
}

.moca a:visited {
	color: white;
  	background-color: transparent;
  	text-decoration: none;
}

.sll a:visited {
	color: white;
  	background-color: transparent;
  	text-decoration: none;
}

.crisis a:visited {
	color: white;
  	background-color: transparent;
  	text-decoration: none;
}

.prplan a:visited {
	color: white;
  	background-color: transparent;
  	text-decoration: none;
}

.comm380 a:hover {
	color: white;
 	background-color: transparent;
  	text-decoration: none;
}

.digital a:hover {
	color: white;
  	background-color: transparent;
  	text-decoration: none;
}

.moca a:hover {
	color: white;
 	background-color: transparent;
  	text-decoration: none;
}

.sll a:hover {
	color: white;
 	background-color: transparent;
  	text-decoration: none;
}

.crisis a:hover {
	color: white;
 	background-color: transparent;
  	text-decoration: none;
}

.prplan a:hover {
	color: white;
 	background-color: transparent;
  	text-decoration: none;
}

.comm380 a:active {
	color: white;
  	background-color: transparent;
  	text-decoration: none;
}

.digital a:active {
	color: white;
  	background-color: transparent;
  	text-decoration: none;
}

.moca a:active {
	color: white;
  	background-color: transparent;
  	text-decoration: none;
}

.sll a:active {
	color: white;
  	background-color: transparent;
  	text-decoration: none;
}

.crisis a:active {
	color: white;
  	background-color: transparent;
  	text-decoration: none;
}

.prplan a:active {
	color: white;
  	background-color: transparent;
  	text-decoration: none;
}



#socialmedia {
    width: 100%;
    padding-top: 8%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 20%;
    background-color: #6C6E6A;
	margin-top: 160%;
}

#socialpanel {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.socialicons {
	width: 65%;
	margin-left: 10%;
	margin-top: 3%;
}

.socialicons1 {
	width: 65%;
	margin-left: 10%;
	margin-top: 3%;
}

.socialicons2 {
	width: 65%;
	margin-left: 10%;
	margin-top: 3%;
}

.socialicons1:hover {
  animation: vibrate 0.5s;
  animation-iteration-count: infinite;
}

.socialicons2:hover {
  animation: vibrate 0.5s;
  animation-iteration-count: infinite;
}


@keyframes vibrate {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(-1deg); }
  20% { transform: rotate(1deg); }
  30% { transform: rotate(0deg); }
  40% { transform: rotate(1deg); }
  50% { transform: rotate(-1deg); }
  60% { transform: rotate(0deg); }
  70% { transform: rotate(-1deg); }
  80% { transform: rotate(1deg); }
  90% { transform: rotate(0deg); }
  100% { transform: rotate(-1deg); }
}


Resources

.socialicons img {
	width: 35%;
	height: 30%;
	margin-left: 5%;
	float: left;
	padding-right: 10%;
}

.socialfont {
    width: 100%;
    text-align: left;
    font-family: Snell Roundhand;
	font-style: normal;
	font-size: 1.8em;
	color: #D8D6CD;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.03em;
}

/*MEDIA QUERIES*/

@media (min-width: 320px){
	
	
	h2 {
	margin-top: 0.5em;
	font-size: 2em;
}
	
	h3 {
    width: 100%;
    text-align: left;
    font-family: Snell Roundhand;
	font-style: normal;
	font-size: 2.6em;
	letter-spacing: 0.03em;
}
	
#portfoliobuttons {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
}

.greenbutton {
	margin-right: 2%;
}
	
	
}

@media (min-width: 345px){
	
#slides {
	width:70%;
	height: 360px;
	overflow: hidden;
	margin-left: 18%;

}
	
#slides img { 
	position: relative; 
	left:0; 
	top:0; 
	width: 93%;
	border-radius: 25px;
}
	
h2 {
    width: 90%;
    text-align: left;
    font-family: impact;
	font-style: normal;
	font-size: 2.6em;
	color: #D8D6CD;
	margin-left: 2%;
	margin-right: auto;
	letter-spacing: 0.03em;
}	
	
.btn {
	margin-left: 93%;
	
}	
	
svg {
	margin-left: 93%;
}
	
#socialpanel {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.socialicons {
	width: 65%;
	margin-left: 12%;
	margin-top: 3%;
}

.socialicons img {
	width: 35%;
	height: 30%;
	margin-left: 5%;
	float: left;
	padding-right: 10%;
}

.socialfont {
    width: 100%;
    text-align: left;
    font-family: Snell Roundhand;
	font-style: normal;
	font-size: 1.8em;
	color: #D8D6CD;
	margin-right: auto;
	letter-spacing: 0.03em;
	margin-left: 5%;
}	
	
}

@media (min-width: 375px){

#slides {
	width:70%;
	height: 410px;
	overflow: hidden;

}
	
#slides img { 
	position: relative; 
	left:0; 
	top:0; 
	width: 93%;
	border-radius: 25px;
}
	
.btn {
	width: 180px;
  	height: 60px;
	margin-left: 112%;
	
	}
.container {
  width: 200px;
  height: 140px;
  position: relative;
  display: relative;
  justify-content: center;
  align-items: center;
	margin-left: 1%;
}

.center {
  width: 87px;
  height: 10px;
  position: relative;
}

svg {
	margin-left: 112%;
}
	
h2 {
	width: 90%;
	margin-left: 1%;
}
	
#socialpanel {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.socialicons {
	width: 65%;
	margin-left: 10%;
	margin-top: 3%;
}

.socialicons img {
	width: 35%;
	height: 30%;
	margin-left: 5%;
	float: left;
	padding-right: 10%;
}

.socialfont {
    width: 100%;
    text-align: left;
    font-family: Snell Roundhand;
	font-style: normal;
	font-size: 1.8em;
	color: #D8D6CD;
	margin-right: auto;
	letter-spacing: 0.03em;
	margin-left: 5%;
}	
	
#portflio {
    padding-bottom: 1%;
}	
	
#portfoliobuttons {
	width: 100%;
	margin-left: 3%;
}	
	

}

@media (min-width: 390px){
	
	.h1 {
		width: 95%;
	}
	
	#portflio {
		margin-bottom: -15%;
	}
	
	h3 {
		width: 90%;
	}

}

@media (min-width: 414px){	
	
#slides {
	width:70%;
	height: 430px;
	overflow: hidden;

}
	
#slides img { 
	position: relative; 
	left:0; 
	top:0; 
	width: 93%;
	border-radius: 25px;
}
	
.btn {
	width: 180px;
  	height: 60px;
	margin-left: 130%;
	
	}


svg {
	margin-left: 130%;
}
	h5 {
		margin-top: 3%;
	}
	
#portflio {
    margin-bottom: -13%;
}	
	
h2 {
	width: 90%;
	margin-left: 1%;
}	
	
h3 {
    width: 90%;
	
}
	
#socialpanel {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.socialicons {
	width: 65%;
	margin-left: 12%;
	margin-top: 3%;
}

.socialicons img {
	width: 35%;
	height: 30%;
	margin-left: 5%;
	float: left;
	padding-right: 10%;
}

.socialfont {
    width: 100%;
    text-align: left;
    font-family: Snell Roundhand;
	font-style: normal;
	font-size: 2em;
	color: #D8D6CD;
	margin-right: auto;
	letter-spacing: 0.03em;
	margin-left: 8%;
}		
	
}
	
@media (min-width: 430px){	
	
.btn {
	width: 180px;
  	height: 60px;
	margin-left: 140%;
	
	}
	
svg {
	margin-left: 140%;
}	
	
	
	}

@media (min-width: 450px){
	
#slides {
	width:70%;
	height: 490px;
	overflow: hidden;

}
	
#slides img { 
	position: relative; 
	left:0; 
	top:0; 
	width: 93%;
	border-radius: 25px;
}

.btn {
	width: 180px;
  	height: 60px;
	margin-left: 160%;
	
	}
.container {
  width: 200px;
  height: 140px;
  position: relative;
  display: relative;
  justify-content: center;
  align-items: center;
}

.center {
  width: 87px;
  height: 10px;
  position: relative;
}

svg {
	margin-left: 160%;
}	
	
#portflio {
    margin-bottom: -25%;
}
	
.portfoliobuttons {
		width: 90%;
	}
	
.socialfont {
	font-size: 2.2em;
}	
	
.socialicons {
	width: 60%;
	margin-left: 15%;
	margin-top: 3%;
}

.socialicons img {
	width: 35%;
	float: left;
	padding-right: 10%;
}
	
#socialpanel {
	width: 90%;
	margin-left: 4%;
}
	
}

@media (min-width: 500px){
	
#slides {
	width:70%;
	height: 520px;
	overflow: hidden;

}
#portflio {
		width: 96%;
	}
	
.socialfont {
	font-size: 2.2em;
	margin-left: 15%;
}	
	
.socialicons {
	width: 60%;
	margin-left: 19%;
	margin-top: 3%;
}

.socialicons img {
	width: 35%;
	float: left;
	padding-right: 10%;
}
	
#socialpanel {
	width: 80%;
	margin-left: 4%;
}
	
}

@media (min-width: 535px){
	
#slides {
	width:65%;
	height: 500px;
	overflow: hidden;

}
}

@media (min-width: 545px){
	
#slides {
	width:65%;
	height: 540px;
	overflow: hidden;
}

#portflio {
    margin-bottom: -30%;
}	
	
#portfoliobuttons {
	width: 90%;
	margin-left: 8%;
}	
	
.socialfont {
	font-size: 2.2em;
	margin-left: 15%;
}	
	
.socialicons {
	width: 55%;
	margin-left: 18%;
	margin-top: 3%;
}
	
}


@media (min-width: 600px){
	
#slides {
	width:63%;
	height: 450px;
	margin-left: 27%;
	overflow: hidden;
	margin-bottom: -5%;

}
	
#slides img { 
	position: relative; 
	left:0; 
	top:0; 
	width: 73%;
	border-radius: 25px;
}

#portflio {
    margin-bottom: -30%;
	width: 95%;
}	
	
.socialfont {
	font-size: 2.2em;
	margin-left: 18%;
}	
	
.socialicons {
	width: 60%;
	margin-left: 17%;
	margin-top: 3%;
}

.socialicons img {
	width: 35%;
	float: left;
	padding-right: 10%;
}
	
#socialpanel {
	width: 80%;
	margin-left: 4%;
	margin-bottom: -4%;
}	

	
}

@media (min-width: 650px){
	
#slides {
	width: 60%;
	height: 390px;
	margin-left: 30%;
	overflow: hidden;
	margin-bottom: 2%;

}
	
#slides img { 
	position: relative; 
	left:0; 
	top:0; 
	width: 65%;
	border-radius: 25px;
}
	
#intro {
		padding-top: 6%;
		padding-bottom: -10%;
	}

#portflio {
	margin-bottom: -53%;
	width: 80%;
	margin-left: 5%;
}	

	
.socialfont {
	font-size: 2.2em;
	margin-left: 20%;
}	
	
.socialicons {
	width: 50%;
	margin-left: 21%;
	margin-top: 3%;
}	
	
#socialmedia {
    padding-bottom: 15%;
	
}	
	
}

@media (min-width: 670px){
	
#slides {
	width: 60%;
	height: 420px;
	margin-left: 30%;
	overflow: hidden;

}
	
#slides img { 
	position: relative; 
	left:0; 
	top:0; 
	width: 65%;
	border-radius: 25px;
}	
	
#intro {
		padding-top: 6%;
		padding-bottom: -10%;
	margin-top: 5%;
	}	

}

@media (min-width: 720px){
	
	.h1 {
		margin-bottom: -2%;
	}
	
#slides {
	width: 60%;
	height: 420px;
	margin-left: 30%;
	overflow: hidden;

}
	
#slides img { 
	position: relative; 
	left:0; 
	top:0; 
	width: 65%;
	border-radius: 25px;
}	
	
#intro {
		padding-top: 6%;
		padding-bottom: -10%;
	margin-top: 5%;
	}
	
h2 {
	width: 80%;
	margin-left: 1%;
}	
	
#portflio {
    margin-bottom: -55%;
}	
	.greenbutton {
		margin-left: 5%;
	}
	
.socialfont {
	font-size: 2.5em;
	margin-left: 22%;
}	
	
.socialicons {
	width: 50%;
	height: 20%;
	margin-left: 24%;
	margin-top: 3%;
}	
	
#socialmedia {
    padding-bottom: 13%;
	
}	
	
h5 {
		margin-left: -5%;
}
	
.comm380 {
	left: 24%;
}

.digital {
  left: 66%;
}

.moca {
  left: 24%;
}

.sll {
  left: 66%;
}

.crisis {
  left: 24%;
}

.prplan {
  left: 66%;
}
	
	

}

@media (min-width: 740px){
	
#slides {
	width: 60%;
	height: 450px;
	margin-left: 30%;
	overflow: hidden;

}	
	
	
h2 {
	width: 80%;
	margin-left: 1%;
}	
	
#portflio {
    margin-bottom: -55%;
}	
	
	.greenbutton {
		margin-left: 5%;
	}
	
.socialfont {
	font-size: 2.5em;
	margin-left: 23%;
}	
	
.socialicons {
	width: 50%;
	height: 20%;
	margin-left: 23%;
	margin-top: 3%;
}	
	
#socialmedia {
    padding-bottom: 13%;
	
}	
}

@media (min-width: 768px){
	
	
#portflio {
    margin-bottom: -55%;
}	
	
.socialfont {
	font-size: 2.5em;
	margin-left: 26%;
}	
	
.socialicons {
	width: 50%;
	height: 20%;
	margin-left: 24%;
	margin-top: 3%;
}	
	
#socialmedia {
    padding-bottom: 13%;
	
}	

}

@media (min-width: 820px){
	
#slides {
	width: 60%;
	height: 500px;
	margin-left: 30%;
	overflow: hidden;

}
	
#slides img { 
	position: relative; 
	left:0; 
	top:0; 
	width: 65%;
	border-radius: 25px;
}	
	
#portflio {
    margin-bottom: -55%;
}	
	
#portfoliobuttons {
	width: 100%;
	margin-left: 5%;
}
	
.greenbutton {
		font-size: 2em;
	}	
	
.greybutton {
		font-size: 2em;
	}
	
.socialfont {
	font-size: 2.5em;
	margin-left: 26%;
}	
	
.socialicons {
	width: 50%;
	height: 20%;
	margin-left: 23%;
	margin-top: 3%;
}	
	
#socialmedia {
    padding-bottom: 13%;
	
}
	
}

	
@media (min-width: 920px){
	
#slides {
	width: 60%;
	height: 550px;
	margin-left: 30%;
	overflow: hidden;

}	
	
.btn2 {
	margin-left: 87%;
}
	
#portflio {
    margin-bottom: -53%;
}	
	
	}

@media (min-width: 1024px){
	
.h1 {
		font-size: 5em;
	}

#slides {
	width: 45%;
	height: 470px;
	margin-left: 35%;
	overflow: hidden;

}
	
h2 {
	width: 90%;
	margin-left: 1%;
	font-size: 3em;
}
	
h3 {
		font-size: 3em;
	}

	
#socialpanel {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.socialicons {
	margin-left: 22%;
	width: 50%;
	margin-top: 3%;
}

.socialicons img {
	width: 30%;
	float: left;
	padding-right: 0%;
	margin-bottom: -20%;
}

.socialfont {
	margin-left: 25%;
	font-size: 3em;
}

	
h5 {
	font-size: 3em;
	margin-top: -2%;
	}
	
	
#portflio {
	margin-left: 4%;
	width: 90%;
	margin-bottom: -105%;
	margin-top: 2%;
	}
	
#socialmedia {
	padding-bottom: 10%;
	overflow: hidden;
}		

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.portfoliobuttons:hover .overlay {
  opacity: 1;
}

.comm380 {
  	left: 12%;
	margin-top: 13%;
	font-size: 2em;
}

.digital {
	left: 39%;
	margin-top: 13%;
	font-size: 2em;
}

.moca {
	left: 66%;
	margin-top: 13%;
	font-size: 2em;
}

.sll {
	left: 12%;
	margin-top: 44%;
	font-size: 2em;
}

.crisis {
	left: 39%;
	margin-top: 44%;
	font-size: 2em;
}

.prplan {
	left: 66%;
	margin-top: 44%;
	font-size: 2em;
}

.greenbutton {
	background-color: none; 
    display: inline-block;
	float: left;
	width: 25%;
	margin-bottom: 5%;
	margin-left: 0%;
	margin-right: 2%;
}

.greybutton {
    display: inline-block;
	width: 25%;
	float: left;
	margin-bottom: 0%;
	margin-left: 0%;
	margin-right: 2%;

}

.greenbutton img {
		width: 95%;
		height: 90%;
	}
	
.greybutton img {
		width: 95%;
		height: 90%;
	}	
	
		
}

.btn2 {
	margin-left: 87%;
}

@media (min-width: 1074px){


#slides {
	width: 45%;
	height: 490px;
	margin-left: 35%;
	overflow: hidden;

}
	
#socialpanel {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -50%;
}

.socialicons {
	margin-left: 20%;
	width: 50%;
	margin-top: 3%;
}

.socialicons img {
	width: 34%;
	float: left;
	padding-right: 5%;
	margin-bottom: -20%;
}

.socialfont {
	margin-left: 18%;
	font-size: 3em;
}
	
#portflio {
    margin-bottom: -105%;
}	
	
.portfoliobuttons {
	width: 85%;
	margin-left: 10%;
	font-size: 1.5em;
}
	
h5 {
	font-size: 2.7em;
	}
		
}

.btn2 {
	margin-left: 87%;
}


@media (min-width: 1220px){

header {
		margin-bottom: -5%;
	}
	

#slides {
	width: 35%;
	height: 500px;
	margin-left: 40%;
	overflow: hidden;

}
	
h2 {
		width: 70%;
	}
	
.btn2 {
	margin-left: 87%;
}	


@media (min-width: 1294px){ 

	.h1 {
		font-size: 7em;
		width: 100%;
	}
	
#slides {
	width: 35%;
	height: 500px;
	margin-left: 40%;
	overflow: hidden;

}
	
.btn2 {
	margin-left: 87%;
}	

@media (min-width: 1390px){ 
	
.h1 {
		font-size: 7em;
		width: 100%;
	}
	
#slides {
	width: 35%;
	height: 500px;
	margin-left: 40%;
	overflow: hidden;

}
	
#socialpanel {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -50%;
}

.socialicons {
	margin-left: 20%;
	width: 50%;
	margin-top: 3%;
}

.socialicons img {
	width: 34%;
	float: left;
	padding-right: 5%;
	margin-bottom: -20%;
}

.socialfont {
	margin-left: 24%;
	font-size: 3em;
}	
	
.btn2 {
	margin-left: 87%;
}	
	
}
	
@media (min-width: 1500px){ 	
#slides {
	width: 35%;
	height: 540px;
	margin-left: 40%;
	overflow: hidden;

}
	
.btn2 {
	margin-left: 87%;
}	
	
	}

	
	
	
	}
	

	
	

	
}