
#footer{
    height: 40px;
}

.subtitle{
    color: gray;
    font-style: italic;
}
.desc ul {
    list-style: none;
}
.desc li{
    margin-left: 10px;
}
.desc ul, .desc p, .desc ol{
    margin-top: 0px;
    margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: inline;
}



h1 {
	text-align: center;
	color: #fff !important;
	font-family: source, arial;
	text-transform: lowercase;
    font-weight: normal;
}

h1 a{
    color: #fff;
}

h3 {
    font-family: source, arial;
    margin-bottom: 5px !important;
    text-transform: lowercase;
}

img, img a{
    border: 5px #fff solid;
}

a:hover img{
    border: 5px #00ffc6 solid;

}
.with-margin img {
    margin-bottom: 1.25em;
}

.homepage img{
    margin-bottom: 1.75em;
}

.visit{
    display: inline;
    font-size: 18px;
    color: gray;
}

.visit h3 a{
    color: #222222 !important;
}

.small-block-grid-2 img{
    margin-bottom: 0 !important;
}

.panel img{
}

.popup-gallery img{

}

.holder img:hover{
    border: 5px #00ffc6 solid;    
}

a {
	text-decoration: none;
}

a:hover {
    color: gray;
}

body {
    background-color: #5d399f;
}


#portfolio {
    margin-left: auto;
    margin-right: auto;
}

.content a {
    display: block;
    padding: 20px;
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
}

.content a:hover{
    opacity: .7;
}

.links a {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #f5f5f5;
  	padding-bottom: 1px;
  	color: #fff;
}

.links a:hover, .links a:focus{
        border-bottom: 2px solid #00ffc6;
        color: #fff;
}

#emailpop{
    display:none;
}

.links{
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
}

#holder{
	margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
	max-width: 600px;
	font-family: source, arial;
	padding-left: 30px;
	padding-right: 30px;
    text-align: center;
    color: #fff;
}

.circle{
    margin-bottom: 20px;
    width: 50px;
}

.first { background-color: #08c3f2;
	animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
    }
.second { background-color: #4646e9;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
    }
.third { background-color: #943ae8;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
    }
.fourth { background-color: #df0098;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
    }

@font-face {
    font-family: 'source';
    src: url('/SourceSansPro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}​