﻿body {
}

.row-padding {
	background-color: #1274aa;
	background: linear-gradient(white,#1274aa,white);
	padding-top: 15px;
	min-height: 400px;
}

footer .wrapper {
	width: 650px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

footer .footer-tabs{
	float:left;
	line-height: 18px;
}

.myText {
    font-family: 'Times New Roman', Helvetica, sans-serif;
    font-size: 18px;
    color: dimgray;
    text-align: justify;
    min-height: 450px;
    margin-bottom: 25px;
    border-radius: 0px;
    background-color: white;
    /*Ne radi kao u Chrome al dobro*/
     box-shadow: 0px 0px 0px #d2e2f7;
    -webkit-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    z-index: -8;
}

.h3 {
	font-size: 150%;
	color: #1274aa;
	
}

.myText:hover {
    box-shadow: 0px 0px 100px #013b87;
   
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    /*position: relative;*/
}

.footerText {
	font-family: 'Times New Roman', Helvetica, sans-serif;
	font-size: 18px;
	color: dimgray;
}
