body {
	
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.logoImg {
	width: 90%; 
	height: auto; 
	max-width: 300px;
	transition: 0.3s;
}

.logoImg2 {
	max-width: 60%; 
	height: auto; 
	transition: 0.3s;
}

.logoImg:hover, .logoImg2:hover {
	-webkit-box-shadow: 0px 0px 25px -5px rgba(128,128,128,0.7);
	-moz-box-shadow: 0px 0px 25px -5px rgba(128,128,128,0.7);
	box-shadow: 0px 0px 25px -5px rgba(128,128,128,0.7);
}

#logoRow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
	box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
	background-color: #ffffff;
	padding: 15px;
}

.arrow .arrowSub {
  position: absolute;
  bottom: 200px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #833aac;
  /*font : normal 400 20px/1 'Josefin Sans', sans-serif;*/
  font-size: 10px;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity 1s;
}
.arrow .arrowSub:hover {
  opacity: .5;
}

#section04 .arrowSub {
  padding-top: 0px;
}
#section04 .arrowSub span {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #833aac;
  border-bottom: 1px solid #833aac;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

#footer {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
	box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #ffffff;
}

.btn {
	background-color: #833aac;
	font-family: Oswald;
	letter-spacing: 1px;
	color: #ffffff; 
	font-size: 	14px;
	padding: 5px 10px;
	border-radius: 0px;
	text-decoration: none;
}

.btn:hover {
	color: #ffffff;
	text-decoration: none;
}

.btn a {
	color: #ffffff;
	text-decoration: none;
}

.btn a:hover {
	color: #f0f0f0;	
	text-decoration: none;
}

.title {
	font-family: Oswald; 
	font-size: 2vw; 
	letter-spacing: 1px; 
	padding: 50px 0px 25px 0px;	
	text-align: center;
}

.title a {
	color: #777777;
}

.title a:hover {
	color: #777777;
	text-decoration: none;
}

.desktopOnly {
        display: block;
    }
    
    .mobileOnly {
        display: none;
    }

.description {
	font-family: 'Arbutus Slab', serif; 
	font-size: .95vw; 
	padding: 25px 0px;
	text-align: center;
}

.image {
	text-align: center;
}

.learnMore {
	padding-bottom: 25px;
	text-align: center;
}

.second {
	/*margin-bottom: 75px;*/
}

.fourth {
	margin-bottom: 75px;
}

#headerText {
	font-family: 'Arbutus Slab', serif; 
	font-size:2vw; 
	line-height: 4vw; 
	padding-top: 5px; 
	color: #777;
}

@media only screen and (max-width: 768px) 
{
    #arrowRow {
        display: none;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) 
{
    .desktopOnly {
        display: none;
    }
    
    .mobileOnly {
        display: block;
    }

    .logoImg {
	    width: 90%; 
    }
    
    .logoImg2 {
	    width: 90%; 
	    height: auto; 
	    max-width: 300px;
	    transition: 0.3s;
    }

    #arrowRow {
        display: none;
    }
	#headerText {
		font-size: 16px;	
		line-height: 30px;
		text-align: center;
		padding-top: 10px;
	}
	
	.title {
		padding: 25px 0px 25px 0px;	
		border-top: 1px solid #777;
		font-size: 24px;
	}
	
	.description {
		font-size: 13px; 
		padding: 25px 0px;
	}
}